google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.addressList.seekTo (method)

3 uses

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (current package)
		pickfirstleaf.go#L306: 	if isPrevRawConnectivityStateReady && b.addressList.seekTo(prevAddr) {
		pickfirstleaf.go#L604: 		if !b.addressList.seekTo(sd.addr) {
		pickfirstleaf.go#L878: func (al *addressList) seekTo(needle resolver.Address) bool {